home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
dos.swg
/
0082_Valid DOS Characters.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-03-26
|
249 b
|
13 lines
(*
> What are the valid characters for a filename in DOS?
Its in the DOS manual!(DOS 5: page 72)
Valid:
A..Z 0..9 _ ^ $ ~ ! # % & - {} () @ ' `
Unvalid:
spaces/periods,
names equal to: CLOCK$ CON AUX COM1,,COM4 NUL PRN
*)